projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d5c66
)
; * lisp/emacs-lisp/comp-run.el: Fix typo.
author
Andrea Corallo
<acorallo@gnu.org>
Wed, 21 Feb 2024 20:38:11 +0000
(21:38 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Wed, 21 Feb 2024 20:38:11 +0000
(21:38 +0100)
lisp/emacs-lisp/comp-run.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp-run.el
b/lisp/emacs-lisp/comp-run.el
index 5d1a193269ddbbcc0fb386d632900f1304d004a1..8fcbe31cf0bfddf66d335b490804999d82a18500 100644
(file)
--- a/
lisp/emacs-lisp/comp-run.el
+++ b/
lisp/emacs-lisp/comp-run.el
@@
-25,7
+25,7
@@
;; While the main native compiler is implemented in comp.el, when
;; commonly used as a jit compiler it is only loaded by Emacs sub
-;; processes performing async compilation. This file
s
contains all
+;; processes performing async compilation. This file contains all
;; the code needed to drive async compilations and any Lisp code
;; needed at runtime to run native code.